Why is Cocoa using an old version of Unicode? [closed]
Posted
by
Randy Marsh
on Programmers
See other posts from Programmers
or by Randy Marsh
Published on 2012-03-21T14:54:27Z
Indexed on
2012/03/21
17:38 UTC
Read the original article
Hit count: 291
While I was searching for something in the Apple docs, I stumble on this:
Returns a character set containing values in the category of Non-Characters or that have not yet been defined in version 3.2 of the Unicode standard.
On the Unicode website, I find that the latest version is 6.1.0. That's a lot of major versions higher than what Cocoa supports. Does somebody know why Apple doesn't upgrade their framework?
My more important question is: Are there problems for not doing having support for Unicode 3.2+? Will I have problems reading Unicode files created on other systems with a more recent version of Unicode?
© Programmers or respective owner